home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-08-12 | 412 b | 28 lines |
- #!smake
- #
- # Copyright (c) Mark J. Kilgard, 1998.
- #
-
- TOP = ../../..
- include $(TOP)/glutdefs
- include $(ROOT)/usr/include/make/commondefs
-
- LD_QUICKSTART_INFO=
- LN = ln -s
- MV = mv
- RM = -rm -rf
-
- TARGETS = particle
-
- LLDLIBS = $(GLUT) -lGLU -lGL -lXmu -lXext -lX11 -lm
-
- SRCS = particle.c
-
- LCOPTS = -I$(TOP)/include -fullwarn
- LWOFF = ,813,852,827,826
- LDIRT = *~ *.bak *.pure
-
- default : $(TARGETS)
-
- include $(COMMONRULES)
-